Agent Log — 2026-04-28 — Newrise 2C Pages (index + pricing)

Session type: Build
Commit: 9a563c2
Branch: main


What Was Built

resellers/newrise/sales-training/index.html

Full landing page. Replaces the one-line stub.

resellers/newrise/sales-training/pricing/index.html

Newrise-specific pricing. No source page equivalent — purpose-built.


Decisions Made

Decision Rationale
index.html not index.njk Pages project has no build step — static only
Images served from claritysystems.work R2 cross-origin or Pages assets not yet configured for newrise
Per-pax breakdown added to pricing Not in spec but logical for HRDC HR buyers comparing cost-per-head
No stay-informed / lead capture on pricing That flow is for public training waitlist — irrelevant for in-house
No countdown / urgency on pricing No early bird path for in-house — would be misleading

Conflict on Push

Remote had a newer commit (edbb86b) that updated the stub index.html. Resolved by rebasing and keeping our built version. Push succeeded cleanly on second attempt.


What Comes Next (next session)

Three files remain in 2C:

  1. enquiry/index.html — POST form → newrise-enquiry.clarityawarenesscoaching.workers.dev
  2. confirmation/index.html — post-submit page, Newrise branding
  3. faq/index.html — HRDC grant FAQ, placeholder content

Before building enquiry form: Read workers/newrise-enquiry/src/index.js for exact field names and payload contract.

Blocker for smoke test: None of Levels 0–1–3 are done yet (CF infra, Pages project, worker deploy). Pages are built and committed but not live. Lovinia needs to complete those before end-to-end test.